home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18369 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  758 b 

  1. Path: cello.cs.uq.edu.au!s324570
  2. From: s324570@cs.uq.edu.au (andrew janke)
  3. Newsgroups: comp.lang.c++
  4. Subject: Dynamicly changing array size??
  5. Date: 20 Apr 1996 03:43:57 GMT
  6. Organization: Computer Science Dept, University of Queensland
  7. Message-ID: <4l9mht$9h5@cello.cs.uq.edu.au>
  8. NNTP-Posting-Host: cello.cs.uq.edu.au
  9. X-Newsreader: NN version 6.5.0 #10 (NOV)
  10.  
  11. A question to you gurus out there...
  12.  
  13. We are trying to implement an array of pointers that changes in size during run time.
  14.  
  15. ie its array size is not only changed at runtime but is also changed frequently during runtime.  
  16.  
  17. We are using c++ and am interested as whether this sort of thing can be done.
  18.  
  19. Its either that or we will have to sue some sort of a blocked array structure.
  20.  
  21. Thanks 
  22.  
  23. Andrew
  24.